3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
QuickDraw 3D provides routines that you can use to implement the identity transformation described in "The Reset Transform" .
You can use the Q3ResetTransform_New function to create a reset transform object.
TQ3TransformObject Q3ResetTransform_New (void);
You can use the Q3ResetTransform_Submit function to rest the transformation of a view to identity.
TQ3Status Q3ResetTransform_Submit (TQ3ViewObject view);
Previous | QD3D Book | Overview | Chapter Contents | Next |